-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[WLM] introduce rule cardinality check #18663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WLM] introduce rule cardinality check #18663
Conversation
...mons/common/src/main/java/org/opensearch/rule/service/IndexStoredRulePersistenceService.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 38f2b8b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
22cf342
to
fcb317f
Compare
❌ Gradle check result for fcb317f: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
fcb317f
to
e8494d6
Compare
...mons/common/src/main/java/org/opensearch/rule/service/IndexStoredRulePersistenceService.java
Show resolved
Hide resolved
...mons/common/src/main/java/org/opensearch/rule/service/IndexStoredRulePersistenceService.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 4a606b2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
4a606b2
to
530303d
Compare
❌ Gradle check result for 530303d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Failures look related:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
❌ Gradle check result for c33141d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Kaushal Kumar <[email protected]>
c33141d
to
1af2c8e
Compare
❌ Gradle check result for 1af2c8e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Seems like flaky test:
|
❕ Gradle check result for 1af2c8e: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18663 +/- ##
============================================
+ Coverage 72.78% 72.81% +0.02%
- Complexity 68527 68532 +5
============================================
Files 5572 5572
Lines 314779 314790 +11
Branches 45691 45692 +1
============================================
+ Hits 229115 229216 +101
+ Misses 67080 66923 -157
- Partials 18584 18651 +67 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This change will ensure that user can't create unlimited rule documents. We introducing a limit of
10000
.Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.